home *** CD-ROM | disk | FTP | other *** search
- Path: zib-berlin.de!inf2hro!honshu!gnikl
- From: gnikl@informatik.uni-rostock.de (Gunther Nikl)
- Newsgroups: comp.sys.amiga.programmer
- Subject: g++ and global register variables
- Date: 20 Mar 1996 16:31:33 GMT
- Organization: University of Rostock
- Message-ID: <4ipbt5$qua@taiwan.informatik.uni-rostock.de>
- NNTP-Posting-Host: honshu.informatik.uni-rostock.de
- X-Newsreader: TIN [version 1.2 PL2]
-
- Hi!
-
- How can I convince g++ to accept a global register variable?
- All I get is an error that I declared such a variable after
- a function declaration - even if I do this in the first line
- to be compiled...
- I know that it isn't portable but I don't care.
-
- Gunther
-
- PS: with gcc it works
-